home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware Gold / Windows Shareware Gold Volume 3 Number 1 (Sherburne Knowledge Systems) (1991).iso / utils / f3106 / crdprt.doc < prev    next >
Text File  |  1990-11-01  |  2KB  |  40 lines

  1. crdprt - a MicroSoft Windows Cardfile Printing Utility
  2.  
  3. 1. The zip file should have contained:
  4.  
  5.         crdprt.c     - source file
  6.         crdprt.exe   - executable file
  7.         crdprt.doc   - this file
  8.         crdprt       - MS C 5.1 compiler makefile
  9.         makefile     - MS C 6.0 compiler makefile
  10.         text.crd     - cardfile containing one card, just text
  11.         graph.crd    - cardfile containing one card, just graphic, no text
  12.         graphtxt.crd - cardfile containing one card, both graphic & text
  13.         blank.crd    - cardfile containing one card, no text or graphic
  14.         all.crd      - cardfile containing four cards, one each of above
  15.  
  16. 2. The makefile and source code work without a hitch with the
  17.    Microsoft C 5.1 Optimizing Compiler. You may have to check out
  18.    what happens with yours (I've been told you have to turn off
  19.    word alignment in TURBO C++ in ANSI C mode).
  20.  
  21. 2a I have included the C 6.0 MAKEFILE, although it isn't very different
  22.    from that of the C 5.1 CRDPRT project makefile.
  23.  
  24. 3. Edit the makefile to reflect the location of your C include and
  25.    library files, as well as the hard disk identity.
  26.  
  27. 4. If you pass this file along, please ensure that this short note
  28.    goes with the three other files.
  29.  
  30. 5. If you make changes to the program, add the appropriate documentation
  31.    and change either the version number (major change) or the release
  32.    number (minor change). This will help to tell others if it is a
  33.    different version than what they have.
  34.  
  35. Thanks to Art Zemon who wrote the original program back in 1986.
  36.  
  37. November 1st, 1990
  38. RBHutson
  39.  
  40.